Platform Explorer / Nuxeo Platform 6.0

Operation Context.GetTaskNames (Get Task Translated Names)

Description

Returns a list of current user open tasks where their translated name matches (partially or fully ) the 'searchTerm' parameter. This operation is invoked from a select2widget and the number of returned results is limited to 15.
Operation id Context.GetTaskNames
Category Workflow Context
Label Get Task Translated Names
Requires
Since

Parameters

Name Description Type Required Default value
lang string no  
searchTerm string no  
value string no  
xpath string no  

Signature

Inputs void
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.routing.core.api.operation.GetTaskNamesOperation
Contributing Component org.nuxeo.ecm.platform.routing.operations

JSON Definition

{
  "id" : "Context.GetTaskNames",
  "label" : "Get Task Translated Names",
  "category" : "Workflow Context",
  "requires" : null,
  "description" : "Returns a list of current user open tasks where their translated name matches (partially or fully ) the 'searchTerm' parameter. This operation is invoked from a select2widget and the number of returned results is limited to 15.",
  "url" : "Context.GetTaskNames",
  "signature" : [ "void", "documents" ],
  "params" : [ {
    "name" : "lang",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "searchTerm",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "value",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "xpath",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}